ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / SortDescriptions Property

In This Topic
    SortDescriptions Property (IItemsSource<T>)
    In This Topic
    Gets the sort description collection.
    Syntax
    'Declaration
     
    ReadOnly Property SortDescriptions As IList(Of SortDescription)
    IList<SortDescription> SortDescriptions {get;}
    See Also